Click or drag to resize

AppointmentIsAllDayEvent Property

Indicates whether the appointment is an all-day event.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public bool IsAllDayEvent { get; set; }

Property Value

Type: Boolean
true if this instance is all day event; otherwise, false.
See Also